home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 47 / CD-ROM 47 / CD-ROM 47.iso / aplicat / minibase / _setup.1 / MiniBase.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1999-03-12  |  2.2 KB  |  109 lines

  1. object AboutBox: TAboutBox
  2.   Left = 220
  3.   Top = 160
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About MiniBase'
  7.   ClientHeight = 218
  8.   ClientWidth = 298
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 161
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 86
  27.       Top = 8
  28.       Width = 165
  29.       Height = 29
  30.       Caption = 'MiniBase'
  31.       Font.Charset = ANSI_CHARSET
  32.       Font.Color = clBlue
  33.       Font.Height = -24
  34.       Font.Name = 'Swis721 BlkEx BT'
  35.       Font.Style = [fsBold, fsItalic, fsUnderline]
  36.       ParentFont = False
  37.       IsControl = True
  38.     end
  39.     object ProductName: TLabel
  40.       Left = 84
  41.       Top = 9
  42.       Width = 165
  43.       Height = 29
  44.       Caption = 'MiniBase'
  45.       Font.Charset = ANSI_CHARSET
  46.       Font.Color = clNavy
  47.       Font.Height = -24
  48.       Font.Name = 'Swis721 BlkEx BT'
  49.       Font.Style = [fsBold, fsItalic, fsUnderline]
  50.       ParentFont = False
  51.       Transparent = True
  52.       IsControl = True
  53.     end
  54.     object Version: TLabel
  55.       Left = 8
  56.       Top = 56
  57.       Width = 35
  58.       Height = 13
  59.       Caption = 'Version'
  60.       IsControl = True
  61.     end
  62.     object Copyright: TLabel
  63.       Left = 8
  64.       Top = 72
  65.       Width = 44
  66.       Height = 13
  67.       Caption = 'Copyright'
  68.       IsControl = True
  69.     end
  70.     object Comments: TLabel
  71.       Left = 8
  72.       Top = 104
  73.       Width = 49
  74.       Height = 13
  75.       Caption = 'Comments'
  76.       WordWrap = True
  77.       IsControl = True
  78.     end
  79.     object Comments1: TLabel
  80.       Left = 8
  81.       Top = 136
  82.       Width = 55
  83.       Height = 13
  84.       Caption = 'Comments1'
  85.       WordWrap = True
  86.     end
  87.     object ProgramIcon: TImage
  88.       Left = 24
  89.       Top = 8
  90.       Width = 32
  91.       Height = 32
  92.       AutoSize = True
  93.       Picture.Data = {<image000.ico>}
  94.       IsControl = True
  95.     end
  96.   end
  97.   object OKButton: TButton
  98.     Left = 120
  99.     Top = 178
  100.     Width = 65
  101.     Height = 33
  102.     Caption = 'OK'
  103.     Default = True
  104.     ModalResult = 1
  105.     TabOrder = 1
  106.     IsControl = True
  107.   end
  108. end
  109.